git-htl-pthread-self-early
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 8 Aug 2022 17:38:30 +0000 (18:38 +0100)
committerAurelien Jarno <aurel32@debian.org>
Mon, 8 Aug 2022 17:38:30 +0000 (18:38 +0100)
commite6fc71b8a06110fc4fbfb5b1b59beb5f068e126c
tree647bb8ba789dd3b81780e016021adf50d48abb27
parent901dd420b16d3e5112999b23fbd140c09fedf70f
git-htl-pthread-self-early

Will be commited for 2.37

commit 302bf01641d0addebe2aea69b9924bd781f76d81
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Jul 28 22:01:49 2022 +0200

    htl: Let pthread_self and cancellability called early

    When applications redirect some functions they might get called before
    libpthread is fully initialized.  They may still expected pthread_self
    and cancellable functions to work, so cope with such calls in that
    situation.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-htl-pthread-self-early.diff
htl/cancellation.c
htl/pt-self.c